Cannot run .lst files from PowerPoint due to disk/privileges unavailable.
Cause:
PowerPoint for Windows 95 does not support .LST files (i.e., play lists).
Solution:
Create a batch file to open all the presentations in PowerPoint, then run each slide show.
1) Switch to MS-DOS.
2) At the DOS prompt, type the following:
EDIT <filename>.BAT
(where <filename> is the desired name of the batch file).
3) Press ENTER. (The DOS editor opens with a blank file.)
4) Type the directory to change to:
CD C:\MSOFFICE\POWERPNT
5) Type the path to the PowerPoint for Windows 95 program file:
C:\MSOFFICE\POWERPNT\POWERPNT.EXE
6) Type one space on the same line.
7) On the same line, type the paths and filenames of the presentations to show, one after another.
NOTE: One space MUST be typed between two groups of path/filename.
Example of how the batch file should look
8) Select the 'File' menu and select 'Save'. (The batch file is saved.)
9) Select the 'File' menu and select 'Exit'. (The DOS editor closes, and the MS-DOS prompt returns.)
10) Type the following at the DOS prompt, to run the batch file:
<filename>.BAT
(where <filename>is the name of the batch file). (Each presentation typed on the list opens in PowerPoint.)
11) Run each slide show in PowerPoint:
a) Select the 'View' menu and select 'Slide Show...'. (The Slide Show dialog box appears.)
b) Make any desired changes.
c) Click 'Show'.
d) After each slide show ends, repeat steps 11)a) through 11)c) for each remaining presentation to show.